home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m45.dir / 00055.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  409 b   |  16 lines

  1. on exitFrame
  2.   global gBackHighMusicVolume, gBackLowMusicVolume, gFadeSteps, gOnIBM
  3.   puppetSound("Delicate.aif")
  4.   if gOnIBM then
  5.     set gBackHighMusicVolume to 230
  6.     set gBackLowMusicVolume to 130
  7.     set gFadeSteps to 10
  8.   else
  9.     set gBackHighMusicVolume to 220
  10.     set gBackLowMusicVolume to 80
  11.     set gFadeSteps to 14
  12.   end if
  13.   set the volume of sound 1 to gBackLowMusicVolume
  14.   updateStage()
  15. end
  16.